home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso
/
1132
/
slug.inc
< prev
next >
Wrap
Text File
|
1997-04-16
|
1KB
|
73 lines
{Include file for neural net dialogwindow app}
const
{Command ID's for menu}
cm_filenew = 105;
cm_fileopen = 110;
cm_filesave = 115;
cm_filesaveas = 120;
cm_fileexit = 125;
cm_netedit = 130;
cm_trainedit = 132;
cm_datain = 140;
cm_dataout = 145;
cm_train = 150;
cm_run = 155;
cm_display = 160;
{ ID's for edit controls (in Allin dialog) containing
things specified by user }
ed_usermomen = 301;
ed_userlearn = 300;
ed_userkmod = 302;
ed_usermaxerr = 303;
ed_usermaxiter = 304;
ed_userdatafile = 401;
ed_userlogfile = 402;
ed_netname = 420;
id_incount = 600;
id_hiddencount = 610;
id_outcount = 615;
{ ID's for edit controls containing
info provided by the Allin Dialog }
ed_infolearn = 409;
ed_infomomen = 404;
ed_infocount = 406;
ed_infoerror = 408;
{ ID's for buttons in Allin dialog...}
id_pause = 201;
id_shake = 202;
id_savenet = 203;
id_readnet = 204;
id_iterstop = 205;
id_icon = 490;
id_dataopen = 212;
id_dataclose = 213;
id_logopen = 209;
id_logclose = 211;
{ Other stuff..}
bmp_ledon = 500;
bmp_ledoff = 501;
{ID's for Netspec dialog}
id_netspecin = 201;
id_netspecout = 202;
id_netspechidden = 203;
id_netspecclear = 205;
id_status = 210;
id_train = 207;
id_about = 654;
cm_about = 101;
id_trainparams = 214;
id_append = 215;
id_offset = 104;